Support for fischertechnik TX-controller
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
[This is preliminary documentation and is subject to change.]
3.X10A Callback for the two button on the front of the TX-C
void (__stdcall *) cbFunct (DWORD devId, DWORD cntId, DWORD duration, BOOL16 pressed, void *context)
Namespace: FischerTechnik.FtMscLib.APIAssembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax
Parameters
- devId
- Type: System UInt32
controller ID (master or extension controller)
- buttonId
- Type: System UInt32
index of the Button input (0 =right 1=left)
- duration
- Type: System UInt32
counts that the button was pressed (after release),
- pressed
- Type: System Boolean
- context
- Type: System UIntPtr
Remarks
See Also
Reference
FtMscLibExBaseSetCBButtonChanged(FtMscLibExBase DelegateCBButtonChanged)